home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac OS on the PowerPC Mic…rocessor - In Store Demo
/
Mac OS on the PowerPC Microprocessor.iso
/
MacOS
/
MacOS.dxr
/
00058.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-05-13
|
294 bÂ
|
14 lines
on exitFrame
global gSpriteSetList, gSkipInit
if gSkipInit then
go("StartMode")
else
repeat with n in getAt(gSpriteSetList, 1)
set the visible of sprite n to 1
end repeat
updateStage()
watchon()
set the mouseDownScript to "introMouseDownScript"
end if
end